home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / mmu / MultiRen / Plugins / MP3-Info.readme < prev    next >
Text File  |  2002-03-12  |  3KB  |  92 lines

  1. MP3-Info plugin v1.1a by Deniil 715! for MultiRen
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This plugin can extract all standard information from Mpeg Audio
  5. files (MP3). You can also edit most return strings so that they
  6. can contain what you want and not only what I thought was nice!
  7.  
  8. News:
  9. ~~~~~
  10. * Layer returned 'I' for layer 3, and 'III' for layer 1. Fixed.
  11.  
  12. v1.1
  13. * Now you can edit what to be returned for the different entries.
  14.   Example: Default return string for mpeg version 1.0 is 'MPEG-1'.
  15.   Maybe you would like it to be something else, like maybe
  16.   'Mpeg Audio 1.0' instead. Well this is now possible.
  17.  
  18. * Fixed a serious bug which cause MP3-Info to return wrong number
  19.   of strings!
  20.  
  21. * Now also Wave-MP3's should be recognized. Some windoze encoders
  22.   put a RIFF-WAVE header on the mpegs..
  23.  
  24. * A bit improved doc. I was very tired and stressed when I put
  25.   together this readme for v1.0 of MP3-Info :(
  26.  
  27.  
  28. MP3-Info can extract:
  29. ~~~~~~~~~~~~~~~~~~~~~
  30. Version;
  31.   'MPEG-1' and 'MPEG-2' is found.
  32.   I have no doc on how to get version MPEG-2.5 yet...
  33.  
  34. Layer;
  35.   The layers 'I', 'II' or 'III' for layer 1,2 and 3 is returned.
  36.  
  37. Frequency;
  38.   This is returned in hertz or kHz like '44100' or '44.1'.
  39.  
  40. Bitrate;
  41.   The bitrate is returned in kbps, that is '128' is returned for 128kbps.
  42.  
  43. Mode;
  44.   The modes: 'Stereo', 'Joint Stereo', 'Dual Channel' and 'Mono'
  45.   can be returned.
  46.  
  47. Emphasis;
  48.   This is 'None', '50/15ms' or 'CCITT j.17'.
  49.  
  50. The 4 flags;
  51. These are default returned as:
  52.   protection -> 'CRC'
  53.   copyright  -> 'Copyright'
  54.   private    -> 'Private'
  55.   original   -> 'Original'
  56.  
  57.   If a flag is not set an empty string is returned.
  58.  
  59. Minutes:
  60.   Always returns atleast 2 digits. '03' for 3 minutes..
  61.  
  62. Seconds:
  63.   Always 2 digits, '45' for a rest of 45 seconds after the hole
  64.   minutes has been removed.
  65.  
  66.  Combine these two as *A:*B if Minutes has index "A" and seconds
  67.  index "B" and you will get, in this example, '03:45'.
  68.  
  69.  
  70. Configuration:
  71. ~~~~~~~~~~~~~~
  72. Start MultiRen.
  73. Enter the Renplacer/Plugins page.
  74. Look up MP3-Info and press the '?' to open MP3-Info's preferences window.
  75.  
  76. Here you can find a list which contains the different entries that
  77. MP3-Info will return. Press an entry in the list and then edit it
  78. with the string gadget and press enter.
  79.  
  80. The 'Ok'-button saves and exits the prefs and the 'Cancel'-button
  81. exits without saving your changes.
  82.  
  83.  
  84.  
  85. Place this plugin in the subdirectory Plugins/ of MultiRen.
  86.  
  87. --
  88. My e-mail: deniil@algonet.se
  89.  
  90. Also check out  http://www.onyxsoft.nu/  for the latest releases!
  91.  
  92.